Release 10.1A: OpenEdge Data Management:
SQL Reference


SQRT

Returns the square root of expression.

Syntax

SQRT ( expression ) 

Example

This example illustrates the SQRT function, requesting the square root of the value ‘28’:

SELECT SQRT(28) 'square root of 28' FROM MYMATH; 

Notes

Compatibility

ODBC compatible


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095